web3.js@0.2x.x web3.jsのバージョンを取得する
web3.js@0.2x.x web3.version.api
を使用します。
サンプルコード
code: example.js
var version = web3.version.api;
console.log(version); // "0.20.6"
動作サンプル
https://piyolab.github.io/sushiether/web3.js_v0.2x.x/web3/web3.version.api/
ソースコード
https://github.com/piyolab/sushiether/blob/master/web3.js_v0.2x.x/web3/web3.version.api/index.html
#web3.js@0.2x.x
#web3.js
#web3.js@0.2x.x_逆引きリファレンス